Uses of Interface
com.cisco.pt.ipc.sim.pdu.FlowMatchStatement
Packages that use FlowMatchStatement
Package
Description
-
Uses of FlowMatchStatement in com.cisco.pt.ipc.sim
Methods in com.cisco.pt.ipc.sim that return FlowMatchStatementModifier and TypeMethodDescriptionNetflowFlow.getMatchStatementAt(int index) Information provided by the PKI file: -
Uses of FlowMatchStatement in com.cisco.pt.ipc.sim.impl
Methods in com.cisco.pt.ipc.sim.impl that return FlowMatchStatementModifier and TypeMethodDescriptionNetflowFlowImpl.getMatchStatementAt(int index) Information provided by the PKI file: -
Uses of FlowMatchStatement in com.cisco.pt.ipc.sim.pdu
Subinterfaces of FlowMatchStatement in com.cisco.pt.ipc.sim.pduModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceMethods in com.cisco.pt.ipc.sim.pdu that return types with arguments of type FlowMatchStatementMethod parameters in com.cisco.pt.ipc.sim.pdu with type arguments of type FlowMatchStatementModifier and TypeMethodDescriptionvoidFlowRecord.setMatchStatements(List<FlowMatchStatement> matchStatements) voidNFFlow.setMatchStatements(List<FlowMatchStatement> matchStatements) -
Uses of FlowMatchStatement in com.cisco.pt.ipc.sim.pdu.impl
Classes in com.cisco.pt.ipc.sim.pdu.impl that implement FlowMatchStatementModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassFields in com.cisco.pt.ipc.sim.pdu.impl with type parameters of type FlowMatchStatementModifier and TypeFieldDescriptionprotected List<FlowMatchStatement>FlowRecordImpl.matchStatementsprotected List<FlowMatchStatement>NFFlowImpl.matchStatementsMethods in com.cisco.pt.ipc.sim.pdu.impl that return types with arguments of type FlowMatchStatementModifier and TypeMethodDescriptionFlowRecordImpl.getMatchStatements()NFFlowImpl.getMatchStatements()Method parameters in com.cisco.pt.ipc.sim.pdu.impl with type arguments of type FlowMatchStatementModifier and TypeMethodDescriptionvoidFlowRecordImpl.setMatchStatements(List<FlowMatchStatement> matchStatements) voidNFFlowImpl.setMatchStatements(List<FlowMatchStatement> matchStatements)